home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
apps
/
math
/
ols.zoo
/
stdlib.rep
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-15
|
237 b
|
13 lines
extern double atof(const char *);
extern void free (void *);
extern void *malloc (unsigned int);
extern void *realloc(void *, unsigned int);
extern void exit(int);
extern int system(const char *);
extern int abs(int);